home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / network / wintcp.zip / QVT_TCP.RC < prev    next >
Text File  |  1991-02-16  |  7KB  |  125 lines

  1. #=============================================================================
  2. #
  3. # Sample config file for WinQVT/Net
  4. # The '#' character begins a comment
  5. # Note that lines with no value to the right of the equal sign
  6. # are commented out, except for those that are mandatory.
  7. #
  8. # Section One: Global Configuration
  9. #
  10. # No matter how many configurations you define, these settings
  11. # are only done once!
  12. #
  13. #=============================================================================
  14. pc_ip=                          # required, your IP number
  15. #netmask=255.255.255.0           # subnetting mask; optional
  16. arptime=8                       # arp timeout in seconds
  17. #domain=                         # default domain for lookup (optional).
  18.                                  # this should be a host name
  19.                                  # if the name contains periods, enclose it in double quotes ("")
  20. #domaintime=                     # timeout for domain lookup, in seconds (optional)
  21. #domainretry=                    # number of retries for domain lookup (optional)
  22. packet_vector=                  # packet driver interrupt vector (hex, with NO leading '0x'); mandatory
  23. packet_class=0                  # 0 for Ethernet, 6 for SLIP
  24. keypad=DEC                      # use DEC or IBM mapping for 'edit' keys
  25.                                 # (optional; default is DEC)
  26. #autostart=                     # list of configs to start at load time
  27.                                 # there can up to 5, separated by commas
  28. ftp_server=off                  # background FTP server: on or off
  29. rcp_server=off                  # background rcp server: on or off
  30. #nntp_host=                     # name of NNTP server, if available
  31.                                 # use a configuration name, host name, or IP address
  32.                                 # if the name contains periods, enclose it in double quotes ("")
  33. #passfile=                       # the name of the password file for use by the FTP server
  34.                                  # use a fully-qualified DOS pathname
  35. #ftp_logfile=                    # the name of the FTP logfile
  36.                                  # use a fully-qualified DOS pathname
  37. #anonftp_dir=                    # the directory to which anonymous FTP users are restricted
  38. #=============================================================================
  39. # The next section is for programmable function keys
  40. # Notate control characters as '^' + char (e.g., ^M)
  41. # or as '\nnn' where 'n' is an octal digit (exactly 3 required!)
  42. #=============================================================================
  43. #f1=
  44. #f2=
  45. #f3=
  46. #f4=
  47. #f5=
  48. #f6=
  49. #f7=
  50. #f9=
  51. #f10=
  52. #f11=
  53. #f12=
  54. #
  55. # End of Global Section
  56. #
  57. #=============================================================================
  58. #
  59. # Section Two: Default Configuration
  60. #
  61. # NOTE: this section is for use as a template ONLY!
  62. # It should not be used as an actual configuration
  63. #
  64. #=============================================================================
  65. name=default                    # Configuration name (required)
  66.                                 # Should be 8 characters max
  67. backsp=DEL                      # ASCII value transmitted by 'Backspace' key
  68.                                 # Possible values are 'DEL' and 'BS'
  69. wrap=on                         # auto-wrap, on or off (optional: default is 'on')
  70. bell=on                         # warning bell, on or off (optional: default is 'on')
  71. terminal=VT200                  # compatibility level, VT200, VT100, or VT52
  72.                                 # (optional; default is 'VT200')
  73. color=black                     # standard text color (optional: default is 'black')
  74.                                 # Possible values are black, blue, green,
  75.                                 # cyan, red, magenta, brown, white.
  76.                                 # You may also use RGB values notated as 'nnn,nnn,nnn',
  77.                                 # where each 'nnn' is a decimal number between 0 and 255.
  78. #boldcolor=                     # high-intensity text color (optional)
  79.                                 # Options are same as for 'color'
  80. backcolor=white                 # background color; default is 'white'
  81.                                 # Same choices as for 'color'
  82. charset=DEC                     # Character set: DEC, IBM, or ANSI
  83.                                 # If you need strict VT emulation, use DEC
  84. #answerback=                    # Answerback string; response to received ENQ
  85.                                 # (optional; no default)
  86. #win_height=                    # window height: normal or tall
  87. #win_pos=                       # position of window at startup time.
  88.                                 # syntax is 'x,y', where 'x' and 'y' are pixel offsets, in decimal
  89. #=============================================================================
  90. # These entries are for tuning the TCP connections to this host.
  91. #=============================================================================
  92. contime=40                      # timeout in seconds to try connection
  93. retrans=7                       # starting retransmit time out in ticks
  94.                                 # (1 tick = 1/18 sec)
  95. mtu=512                # maximum transmit unit in bytes
  96. maxseg=512            # largest segment we can receive
  97. rwin=512            # TCP window size, MAX=4096
  98. #
  99. # End of Section Two, 'Default' Configuration
  100. #
  101. #=============================================================================
  102. #
  103. # Beginning of 'User Configuration' Section
  104. # This is where your configurations will be defined
  105. #
  106. #=============================================================================
  107. name=                           # configuration name (mandatory)
  108. host=                           # host name (mandatory)
  109. host_ip=                        # IP address of this host.
  110.                                 # If you omit IP addresses, you must have
  111.                                 # a nameserver on your network, and you
  112.                                 # must create a configuration entry for
  113.                                 # that machine in this file. That configuration
  114.                                 # entry must include a 'nameserver=' statement.
  115. #gateway=1                      # gateway level, starting with 1 (optional)
  116.                                 # Include this statement only for machines
  117.                                 # which function as gateways on your network.
  118. #nameserver=1                   # nameserver level, starting with 1 (optional)
  119.                                 # Include this statement only for machines
  120.                                 # which function as nameservers on your network.
  121. color=green
  122. boldcolor=white
  123. backcolor=black
  124. same_as=default                 # copy all other values from 'default'
  125.